gtk-demo: Add GtkFishbowl
authorBenjamin Otte <otte@redhat.com>
Sat, 7 Jan 2017 00:59:23 +0000 (01:59 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 7 Jan 2017 01:09:40 +0000 (02:09 +0100)
commitcd8e41e49175940069f4611c501b8ec47d17f539
tree3fdade3f574458c8e6f2c6561fb602ac9469bf2b
parente4d0459d52e4ce47815dbb06354848339e0f4d33
gtk-demo: Add GtkFishbowl

Avoids usage of GtkFixed where child properties eat up all the CPU time.
And that's kinda not what I want to benchmark.
demos/gtk-demo/Makefile.am
demos/gtk-demo/demo.gresource.xml
demos/gtk-demo/fishbowl.c
demos/gtk-demo/fishbowl.ui
demos/gtk-demo/gtkfishbowl.c [new file with mode: 0644]
demos/gtk-demo/gtkfishbowl.h [new file with mode: 0644]